Very simple. Just cast your char as an int . char character = 'a'; int ascii = (int) character;. In your case, you need to get the specific ... ... <看更多>
Search
Search
Very simple. Just cast your char as an int . char character = 'a'; int ascii = (int) character;. In your case, you need to get the specific ... ... <看更多>